home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-12-07 | 744 b | 37 lines | [TEXT/R*ch] |
- <:set_upload_directory "/TempFiles">
- <:set form <:read_form>>
-
- <html>
- <head>
- <link rel=stylesheet type="text/css" HREF="fa.css">
- <title>Flex-Able: Upload Test</title>
- </head>
- <body>
-
- <DIV CLASS="topic">Upload Test</DIV>
- <p><br>
- <p><br>
- <h2>The field values are:</h2>
-
- <ul>
- <:foreach name value form>
- <:echo "<b>" name "</b>:" value " (" <:type_of value> ") <br>" >
- <:/foreach>
- </ul>
- <P>
-
- <h2>Dealing with files...</h2>
- <ul>
- <:set newFile <:cat "subdir/" form["subfile"] > >
- Deleting "<:echo newFile>".... <:delete_file newFile><P>
-
- Moving "<:echo form["first file"]>" to "<:echo newFile>"...
- <:copy_file form["first file"] newFile ><P>
-
- </ul>
-
- <hr>
- <A HREF="quickstart.html" CLASS="back">back to Quick Start</A>
- </body>
- </html>
-